filechooserwidget: Load recent files synchronously
authorTimm Bäder <mail@baedert.org>
Fri, 30 Aug 2019 05:07:48 +0000 (07:07 +0200)
committerTimm Bäder <mail@baedert.org>
Mon, 9 Sep 2019 15:36:26 +0000 (17:36 +0200)
commitc102387916e8695d9b6d001c070aafdec4d232f7
tree59099841e12ba72f1dedd3de26476f1c9f53b78f
parent86ad215deb57e9603c4dcc88a2c4628fcd2c6728
filechooserwidget: Load recent files synchronously

Delaying this by one frame by putting it in an idle just makes the code
more complex for no gain. The actual slow part is reading the
recently-used.xbel, which happens when creating the recent manager.
gtk/gtkfilechooserwidget.c